Published on

搭建博客 crash problem

Authors
  • avatar
    Name
    jacob jiang

node 中的 .mjs ?

node 中引入 esmodule 需要以.mjs结尾

一文搞懂 cjs 和 mjs 如何相互使用 - 掘金 (juejin.cn)

execa - npm (npmjs.com)

怎么进行多个命令一起跑

import { $ } from 'execa';
$`syncthing`.pipeStdout('stdout.txt');
$`syncthing --gui-address=127.0.0.1:3006 --home ./Sync-more`.pipeStdout('stdout2.txt');

怎么支持emoji 和 mermaid ?

remark/doc/plugins.md at main · remarkjs/remark · GitHub 安装 rhysd/remark-emoji: Remark markdown transformer to replace in text (github.com) 注意 mermaid 需要node 环境安装playwright